home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / term41source.lha / Extras / Source / gtlayout-Source.lha / Glue / LT_Reply.asm < prev    next >
Assembly Source File  |  1994-07-28  |  205b  |  18 lines

  1.     csect    text,0,0,1,2
  2.  
  3.     xdef    _LT_ReplyIMsg
  4.  
  5. _LT_ReplyIMsg:
  6.     move.l    a6,-(sp)
  7.     move.l    _GTLayoutBase(a4),a6
  8.     move.l    8(sp),a0
  9.     jsr    -198(a6)
  10.     move.l    (sp)+,a6
  11.     rts
  12.  
  13.     csect    __MERGED,DATA
  14.  
  15.     xref    _GTLayoutBase
  16.  
  17.     end
  18.